home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_222 / plplot / examples / readme < prev   
Text File  |  1992-05-06  |  2KB  |  29 lines

  1. This directory contains the source code for some example programs 
  2. that use the PLPLOT library.  Logarithmic axes, 3-D plotting, contour
  3. plotting, axis redefinition, etc., are all illustrated.
  4.  
  5. You will need to compile these programs and link them with the library.
  6. An execute script that creates the executable file
  7. and runs the program is included.  The PLPLOT disk (as distributed) is
  8. nearly full, so the executable is stored in ram.
  9. Examine this script to see how 
  10. to link your own programs with the PLPLOT library (or read the 
  11. documentation).  The script assumes that the PLPLOT 
  12. library is in sys:plplot/lib (and that you have the Lattice C compiler 
  13. of course).  As an example of its use, if you want to run
  14. the example program example01.c just type "execute CompExam 01" (without 
  15. the quotes).
  16.  
  17. Each program creates multiple plots.  After one drawing is 
  18. complete just hit the carriage return to advance to the next graph
  19. (or select Continue from the Graphics Control Menu).  
  20. After the last graph is displayed, a carriage return will close the
  21. screen and end the program (selecting Continue from
  22. the menu will do the same thing).  When graphics are being drawn on
  23. the screen only two menu selections are enabled, the Interrupt
  24. selection (selected from the menu or by hitting Control-C) and the
  25. Screen to Back selection (under the Screen Control menu).  
  26. After interrupting you can either continue, clear the screen, send the
  27. screen to the back, or close the screen (which aborts the program).
  28.  
  29.